home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / database / saturn34.arj / SATEDIT.DOC < prev    next >
Text File  |  1993-08-18  |  9KB  |  186 lines

  1.                               SATEDIT VERSION 1.5
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Introduction:
  8.  
  9. Satedit provides a simple and convenient means for creating and amending 
  10. knowledge bases for use with Saturn. Satedit automatically takes care of 
  11. prefixing subject items with an asterisk and storing their data on following 
  12. lines. 
  13.  
  14. NOTE: If the knowledge base is compressed, you should expand it first. Do this 
  15. by reading it into Saturn and then use the SAVE command to expand the 
  16. knowledge base back into English. 
  17.  
  18. Startup options:
  19.  
  20. You can specify the name of the knowledge base you want to work on when you 
  21. start Satedit from the dos command prompt. If you specify a knowledge base 
  22. name without an extension, satedit will append the extension .knb to the file 
  23. name. Starting satedit without specifying the name of a knowledge base will 
  24. force satedit to use "general.knb" as the name of the knowledge base.
  25.  
  26. Example. To create a new knowledge base called "mydata.knb" enter the dos 
  27. command; SATEDIT MYDATA and press the Enter key.
  28.  
  29. -------------------------------------------------------------------------------
  30. SATEDIT V1.3     EDITOR FOR SATURN KNOWLEDGE BASES     (c)1993 SERVILE SOFTWARE 
  31.                                                                                 
  32. Knowledge Base: mydata.knb                                                      
  33. WARNING! Unable to load knowledge base.                                         
  34. SUBJECT:_
  35.                                                                                 
  36.                                                                                 
  37.                                                                                 
  38.                                                                                 
  39.                                                                                 
  40.                                                                                 
  41.                                                                                 
  42.                                                                                 
  43.                                                                                 
  44.                                                                                 
  45.                                                                                 
  46.                                                                                 
  47.                                                                                 
  48.                                                                                 
  49.                                                                                 
  50.                                                                                 
  51.  F1 Help          F2 Save          F3 Load          F4 Record         Esc Exit  
  52. -------------------------------------------------------------------------------
  53.                                                                                 
  54.                      Fig 1. Creating a new knowledge base
  55.                                                                                 
  56.                                                                                 
  57.  
  58. 2
  59. Satedit makes a backup copy of the knowledge base with the suffix .sav before 
  60. allowing you to make any changes to the knowledge base.
  61.  
  62.  
  63. Adding/amending a subject:
  64.  
  65. Next to the SUBJECT: prompt, type in the title of the subject to add or amend 
  66. and press Enter. Satedit will then open a large edit window. In this edit 
  67. window will be the data already recorded about the subject. 
  68.  
  69. -------------------------------------------------------------------------------
  70. SATEDIT V1.5     EDITOR FOR SATURN KNOWLEDGE BASES     (c)1993 SERVILE SOFTWARE 
  71.                                                                                 
  72. Knowledge Base: general.knb                                                     
  73.                                                                                 
  74. SUBJECT: England                                                                
  75.                                                                                 
  76.                                                                                 
  77.                                                                                 
  78. ╒══════════════════════════════════════════════════════════════════════════════╕
  79. │England is a country in west Europe. It is the largest division of the United │
  80. │Kingdom. _                                                                    │
  81. │                                                                              │
  82. │                                                                              │
  83. │                                                                              │
  84. │                                                                              │
  85. │                                                                              │
  86. │                                                                              │
  87. │                                                                              │
  88. │                                                                              │
  89. │                                                                              │
  90. │                                                                              │
  91. ╘══════════════════════════════════════════════════════════════════════════════╛
  92.                                                                                 
  93.                                                                                 
  94.  F1 Help      F2 Insert subject       F3 Insert previous subject      F4 Replay 
  95.                                                                                 
  96. -------------------------------------------------------------------------------
  97.                                                                                 
  98.                            Fig 2. Amending an entry
  99.  
  100.  
  101.  
  102. Saving:
  103.  
  104. From the Subject prompt you can save the changes you have made by pressing F2
  105.  
  106.  
  107. Loading:
  108.  
  109. From the Subject prompt you can load a new knowledge base by pressing F3. The 
  110. changes you have made to the existing knowledge base are saved, and you are 
  111. then prompted to enter the name of the knowledge base to load.
  112.  
  113.  
  114. 3
  115. Record:
  116.  
  117. Pressing F4 allows a string of characters to be recorded. This string can then 
  118. be inserted into the edit window by pressing F4 in the edit window.
  119.  
  120.  
  121. Exiting:
  122.  
  123. Press return or Esc at the subject prompt and satedit will ask if you wish to 
  124. save the changes you have made to the knowledge base. Press Y to save and N to 
  125. lose any changes you have made. If you select N, to lose any changes made to 
  126. the knowledge base, Satedit will ask for confirmation. You should press Y to 
  127. exit without saving the changes, or N to changeyour mind and save them. 
  128.  
  129.  
  130.  
  131. 4
  132. The edit window:
  133.  
  134. The edit window provides you with the maximum available area for a data item, 
  135. 12 lines. Editing starts in overtype mode, indicated by a small rectangular 
  136. cursor. You can toggle between insert and over-type modes by pressing the key 
  137. marked "Insert". To exit the edit window press the key marked "Esc". The table 
  138. below lists all special keys used in the edit window. 
  139.  
  140.  
  141. Key             Function
  142.  
  143. Esc             Save text and exit.
  144. Left arrow      Move left one character
  145. Right arrow     Move right one character
  146. Up arrow        Move up one line
  147. Down arrow      Move down one line
  148. Home            Move to start of line
  149. End             Move to end of line
  150. Tab             Move to next tab position
  151. Shift-Tab       Move to previous tab position
  152. Ctrl-D          Delete word to right
  153. Ctrl-Y          Delete current line
  154. Page Up         Move to top of page
  155. Page Down       Move to bottom of Page
  156. Ctrl-Home       Move to start of text
  157. Ctrl-End        Move to end of text.
  158. Delete          Delete character at cursor
  159. Backspace       Delete character to left of cursor
  160. Insert          Toggle insert mode
  161. Return          Insert a blank line line
  162. Ctrl-T          Move to first line of window
  163. Ctrl-B          Move to last line of window
  164. F1              Help
  165. F2              Auto-type current subject heading. This saves retyping subject 
  166.                 names in the edit window. 
  167. F3              Auto-type previous subject heading. This saves retyping subject 
  168.                 names in the edit window. 
  169. F4              Auto-type a previously recorded string of text.
  170. 5
  171. Satedit is released into the public domain as a support tool for the Saturn AI 
  172. database system.
  173.  
  174. Saturn is available as Shareware, or registered copies are available direct 
  175. from the author for £19.95. Write to:
  176.  
  177. Matthew Probert
  178. Servile Software
  179. 5 Longcroft Close
  180. Basingstoke
  181. Hampshire
  182. RG21 1XG
  183.  
  184. Telephone 0256 478576
  185.  
  186.